home *** CD-ROM | disk | FTP | other *** search
- Path: news.uh.edu!usenet
- From: Sensarn <txs53132@bayou.uh.edu>
- Newsgroups: comp.lang.c++
- Subject: Re: pointer questions
- Date: 17 Mar 1996 02:55:31 GMT
- Organization: AEtna Insurance Agency
- Message-ID: <4ifuv3$bf6@masala.cc.uh.edu>
- References: <4ifatf$5a8u@uvaix3e1.comp.UVic.CA>
- NNTP-Posting-Host: sip-14273.public-dialups.uh.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1 (Windows; U; 16bit)
-
- cgesy@uvaix.uvic.ca (Colin Gesy) wrote:
- >Could someone tell me if there is a difference
- >between the declaration "int *thing_ptr" and
- >"int* thing_ptr" ?
-
- Not that I know of...
-
- >
- >Also, what is the difference between "int& data"
- >and "int &data" ?
-
- Same thing to me...
-
- >
- >
- >What does the following statement do/mean? :
- >
- > ((searchItem&) *this)._refCount++; //searchItem is the class name
- >
-
- Look in the manual for help on the "hidden" pointer called 'this'.
-
- >
- >
- >Any help with one or more of these questions would be appreciated
- >Thanks :)
- >
- >
-
-
- --
- ______________________________
-
- Steven Sensarn
- E-Mail - txs53132@bayou.uh.edu
- ______________________________
-
-
-